PDF4Java Reference Documentation
com.o2sol.pdf4java.digitalsignatures Package / PDFBaseDigitalSignature Class / setCertificate Method
A PDFX509Certificate that represents the certificate used to sign the document.
In This Topic
    setCertificate Method
    In This Topic
    Sets the sign certificate.
    This property is not used by signatures.
    Syntax
    public void setCertificate( 
       PDFX509Certificate certificate
    )

    Parameters

    certificate
    A PDFX509Certificate that represents the certificate used to sign the document.
    See Also